Skip to content

ci: add conventional commit prefixes to dependabot PR titles#48

Merged
FBumann merged 1 commit intomainfrom
ci/dependabot-conventional-commits
Mar 9, 2026
Merged

ci: add conventional commit prefixes to dependabot PR titles#48
FBumann merged 1 commit intomainfrom
ci/dependabot-conventional-commits

Conversation

@FBumann
Copy link
Owner

@FBumann FBumann commented Mar 9, 2026

Summary

  • Adds commit-message.prefix to both dependabot ecosystems in .github/dependabot.yml
  • GitHub Actions updates will use ci: prefix
  • pip dependency updates will use chore: prefix
  • Prevents future dependabot PRs from failing the semantic PR title check

Test plan

  • Next dependabot PR should have a conventional commit title automatically

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Chores
    • Standardized Dependabot commit message prefixes for automated dependency updates, categorizing Python package updates as "chore" and GitHub Actions updates as "ci" to improve commit history organization.

Configure dependabot to use "ci:" prefix for GitHub Actions updates
and "chore:" prefix for pip dependency updates, so PRs pass the
semantic PR title check automatically.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@coderabbitai
Copy link

coderabbitai bot commented Mar 9, 2026

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 00bd06e8-b917-48da-a704-f6cb609b6492

📥 Commits

Reviewing files that changed from the base of the PR and between 68c726d and 494e117.

📒 Files selected for processing (1)
  • .github/dependabot.yml

📝 Walkthrough

Walkthrough

Adds commit-message prefixes to Dependabot configuration for automated dependency updates. Python (pip) updates will use "chore" prefix, while GitHub Actions updates will use "ci" prefix.

Changes

Cohort / File(s) Summary
Dependabot Configuration
.github/dependabot.yml
Added commit-message.prefix configuration entries for pip and GitHub Actions ecosystems to standardize commit message prefixes ("chore" for Python updates, "ci" for GitHub Actions updates).

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 A carrot of commits, neat and tidy,
With prefixes tagging each day and Friday,
Chores and CI dance side by side,
Dependabot hops with organized pride! 🌟

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch ci/dependabot-conventional-commits

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@FBumann FBumann merged commit 7da7121 into main Mar 9, 2026
8 of 9 checks passed
@FBumann FBumann deleted the ci/dependabot-conventional-commits branch March 9, 2026 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant